home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / maximum_rotation.swf / scripts / DefineButton2_60 / BUTTONCONDACTION on(keyPress 8).as < prev    next >
Encoding:
Text File  |  2007-03-20  |  163 b   |  12 lines

  1. on(keyPress "8"){
  2.    tellTarget("Square")
  3.    {
  4.       gotoAndStop("MoveUp");
  5.       play();
  6.    }
  7.    tellTarget("Sound")
  8.    {
  9.       gotoAndPlay(2);
  10.    }
  11. }
  12.